GoXam for WPF v3
GenericNetwork<V,E,Y> Constructor
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : GenericNetwork<V,E,Y> Constructor
Constructs an empty network.
Syntax
public GenericNetwork<V,E,Y>()
Remarks
Use this default constructor to create an empty network. Call AddNodesAndLinks to automatically add network nodes and links, or call AddNode and LinkVertexes explicitly to have more detailed control over the exact graph that is laid out.
See Also

Reference

GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members